home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_leafnode.idb / usr / freeware / lib / leafnode / config.example.z / config.example
Text File  |  1999-04-16  |  4KB  |  100 lines

  1. ## This is the NNTP server leafnode fetches its news from.
  2. ## You need read and post access to it. Mandatory.
  3. server = news.hiof.no
  4.  
  5. ## Unread discussion threads will be deleted after this many days if
  6. ## you don't define special expire times. Mandatory.
  7. expire = 20
  8.  
  9. ##
  10. ## All the following parameters are optional
  11. ##
  12.  
  13. ## I have free access to my news server. If you don't have, comment out
  14. ## the following two lines and change them accordingly.
  15. # username = gulbrandsen
  16. # password = secret
  17.  
  18. ## Standard news servers run on port 119. If your newsserver doesn't, comment
  19. ## out the following line and change it accordingly.
  20. # port = 8000
  21.  
  22. ## This is another news server which stores some groups that are not
  23. ## available on the first one. You can define username, password and port
  24. ## for each server separately.
  25. # supplement = sex.and.warez.com
  26. # username = xenu
  27. # password = secret
  28.  
  29. ## This is a news server which does not understand the 
  30. ## "LIST NEWSGROUP news.group" command. For this reason, we don't try to
  31. ## download newsgroups descriptions when getting new newsgroups. This is
  32. ## achieved by putting "nodesc = 1" somewhere behind the server/supplement
  33. ## line.
  34. # supplement = broken.upstream.server
  35. # nodesc = 1
  36.  
  37. ## Here we have another news server which has a very slow connection. For
  38. ## that reason, we wait a full minute before we give up trying to connect.
  39. ## The default is 10 seconds.
  40. # supplement = really.slow.snail
  41. # timeout = 60
  42.  
  43. ## Non-standard expire times (glob(7) wildcard constructs possible)
  44. # groupexpire comp.os.linux.* = 5 # groups too big to hold articles 20 days
  45. # groupexpire any.local.newsgroup = 100 # very interesting, hold articles longer
  46.  
  47. ## Never fetch more than this many articles from one group in one run.
  48. ## Be careful with this; setting it much below 1000 is probably a bad
  49. ## idea.
  50. # maxfetch = 2000
  51.  
  52. ## Fetch only a few articles when we subscribe a new newsgroup. The
  53. ## default is to fetch all articles.
  54. # initialfetch = 100
  55.  
  56. ## If you want to use leafnode like an offline newsreader (e.g. Forte
  57. ## Agent) you can download headers and bodies separately if you set
  58. ## delaybody to 1. In this case, fetch will only download the headers
  59. ## and only when you select an article, it will download the body.
  60. ## This can save a huge amount of bandwith if only few articles are really
  61. ## read from groups with lots of postings.
  62. ## This feature works not very well with Netscape, though (which is not
  63. ## a fault of Leafnode).
  64. # delaybody = 0
  65.  
  66. ## To avoid spam, you can select the maximum number of crosspostings
  67. ## that are allowed in incoming postings. Setting this below 5 is
  68. ## probably a bad idea. The default is unlimited crossposting.
  69. # maxcrosspost = 5
  70.  
  71. ## If you suffer from repeatedly receiving old postings (this happens
  72. ## sometimes when an upstream server goes into hiccup mode) you can
  73. ## refuse to receive them with the parameter "maxage" which tells the
  74. ## maximum allowed age of an article in days. The default maxage is 10
  75. ## days.
  76. # maxage = 10
  77.  
  78. ## maxlines will make fetch reject postings that are longer than a certain
  79. ## amount of lines.
  80. # maxlines = 100
  81.  
  82. ## minlines will make fetch reject postings that are shorter than a certain
  83. ## amount of lines.
  84. # minlines = 2
  85.  
  86. ## maxbytes will make fetch reject postings that are larger
  87. # maxbytes = 50000
  88.  
  89. ## timeout_short determines how many days fetch gets a newsgroup which
  90. ## has been accidentally opened. The default is two days.
  91. # timeout_short = 1
  92.  
  93. ## timeout_long determines how many days fetch will wait before not getting
  94. ## an unread newsgroup any more. The default is seven days.
  95. # timeout_long = 6
  96.  
  97. ## timeout_active determines how many days fetch will wait before re-reading
  98. ## the whole active file. The default is 90 days.
  99. # timeout_active = 365
  100.